Add custom data to a Cyclops Object.
Inputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Cyclops Object | C | An generic type inherited by all objects in Cyclops. | CyclopsObject | 
| Name | N | Name of the key to add to the custom data. | String | 
| Description | D | A description of what this custom data key contains. If empty or white space is provided then any potential existing description will be used. | String | 
| Value | V | Value to add to the custom data. | Object | 
Outputs
| Name | Nickname | Description | Type | 
|---|---|---|---|
| Cyclops Object | C | An generic type inherited by all objects in Cyclops. | CyclopsObject |